projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf4100
)
(Info-insert-dir): Use insert-buffer-substring.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:52:39 +0000
(
02:52
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:52:39 +0000
(
02:52
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index b97ad624d2dde27e51fefa5eb29851c69ab08b4b..4fdae4b6321305381b9ff398987cdf0eab95d428 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1028,7
+1028,7
@@
a case-insensitive match is tried."
;; Insert the entire original dir file as a start; note that we've
;; already saved its default directory to use as the default
;; directory for the whole concatenation.
- (insert-buffer buffer)
+ (insert-buffer
-substring
buffer)
;; Look at each of the other buffers one by one.
(dolist (other others)